home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / tcp / DynDNS.lha / DynDNS.doc < prev   
Text File  |  1997-04-28  |  2KB  |  78 lines

  1.  
  2.                          ------------------------
  3.  
  4.                              DynDNS.rexx 1.0b
  5.  
  6.                          (c)1997 Giorgos Stagakis
  7.  
  8.                          ------------------------
  9.  
  10. Introduction
  11. ------------
  12. This is a client for updating your Monolith's DynDNS entry.
  13. Every time you start your TCP connection, it gets your new dynamic IP
  14. address, connects to Monolith's server and sends the new data
  15. to update the entry, provided you have an ID at Monolith. If not already,
  16. go to http://www.ml.org/ and register for free.
  17.  
  18.  
  19. Usage
  20. -----
  21.  
  22.   DynDNS [ip address]
  23.  
  24. Add that line somewhere in your STARTNET script (or in any script
  25. that starts when you start a TCP connection).
  26. It will search for your new dynamic IP address and it will connect
  27. and send the data to the server.
  28. When you stop your TCP connection, you may put in the STOPNET script
  29. (or another) the line:
  30.  
  31.   DynDNS 127.0.0.1
  32.  
  33. That will switch your Monolith host address to 127.0.0.1 when you quit.
  34. You may put any other IP address besides that.
  35.  
  36.  
  37. Configuration
  38. -------------
  39. The configuration can be found inside the script. Instructions are
  40. given there.
  41.  
  42.  
  43. Installation
  44. ------------
  45. o Protect DynDNS +s
  46. o Put it somewhere in your path.
  47. o Simple, eh? :-)
  48.  
  49.  
  50. Requirements
  51. ------------
  52. o A Monolith ID. Refer to http://www.ml.org/ for more information about
  53.   creating one.
  54. o The TCP: device mounted.
  55. o The command 'ifconfig' somewhere in your path.
  56. o PPP connection.
  57.   Might be able to run with SLIP connections too. Try changing the line
  58.   where it says 'ifconfig ppp0' to 'ifconfig cslip0' or the protocol
  59.   you use.
  60. o ARexx.
  61.  
  62.  
  63. Author
  64. ------
  65. Giorgos Stagakis
  66.  
  67. E-Mail: gstag@geocities.com, gallant@cryogen.com
  68.  
  69. S-Mail: 1 M.Renieri Str.,
  70.         Chania, Crete 73100,
  71.         GREECE
  72.  
  73. Homepage: http://www.geocities.com/SiliconValley/Park/2304
  74.             or
  75.           http://www.gallant.dyn.ml.org/  (through Monolith! :-)
  76.  
  77. IRC: Gallant, #amiga, IRCNet
  78.